projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da8a843
)
(makefile-browser-quit): Use quit-window.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Mar 1998 00:21:26 +0000
(
00:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Mar 1998 00:21:26 +0000
(
00:21
+0000)
lisp/progmodes/make-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/make-mode.el
b/lisp/progmodes/make-mode.el
index 715524439ec718188ae04e5155b974bf5f952d48..54fd59830259717b162c3b790a08353cda166797 100644
(file)
--- a/
lisp/progmodes/make-mode.el
+++ b/
lisp/progmodes/make-mode.el
@@
-1100,7
+1100,7
@@
definition and conveniently use this command."
(let ((my-client makefile-browser-client))
(setq makefile-browser-client nil) ; we quitted, so NO client!
(set-buffer-modified-p nil)
- (
kill-buffer (current-buffer)
)
+ (
quit-window t
)
(pop-to-buffer my-client)))
;;;